home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / pbmpl91d.zip / PBMPLUS / MAN / PPMTOPJ.MAN < prev    next >
Text File  |  1993-01-08  |  2KB  |  75 lines

  1.  
  2.  
  3. ppmtopj(1)                 Unix Programmer's Manual                 ppmtopj(1)
  4.  
  5.  
  6. NAME
  7.      ppmtopj - convert a portable pixmap to an HP PaintJet file
  8.  
  9. SYNOPSIS
  10.      ppmtopj [-gamma val] [-xpos val] [-ypos val] [-back dark|lite] [-rle]  [-
  11.                      ---         ---         ---
  12.      center] [-render [ppmfile]
  13.                        -------
  14.  
  15. DESCRIPTION
  16.      Reads a portable pixmap as input and converts it into a  format  suitable
  17.      to be printed by an HP PaintJet printer.
  18.  
  19.      For best results, the input file should be in 8-color RGB form;  i.e.  it
  20.      should  have  only  the  8  binary  combinations  of full-on and full-off
  21.      primaries.  You could get this by sending the input file through ppmquant
  22.                                                                       --------
  23.      -map with a map file such as:
  24.       ---
  25.          P3
  26.          8 1
  27.          255
  28.          0 0 0      255 0 0    0 255 0    0 0 255
  29.          255 255 0  255 0 255  0 255 255  255 255 255
  30.      Or else you could use use ppmdither -red 2 -green 2 -blue 2.
  31.                                ---------  --- -  ----- -  ---- -
  32.  
  33. OPTIONS
  34.  
  35.      -rle          Run length encode the image.  (This can  result  in  larger
  36.                    images)
  37.  
  38.      -back         Enhance the foreground by indicating if the  background  is
  39.                    light or dark compated to the foreground.
  40.  
  41.      -render alg   Use an internal rendering algorithm (default dither).
  42.              ---
  43.  
  44.      -gamma int    Gamma correct the image using the integet  parameter  as  a
  45.             ---
  46.                    gamma (default 0).
  47.  
  48.      -center       Center the image to an 8.5 by 11 page
  49.  
  50.      -xpos pos     Move by pos pixels in the x direction.
  51.            ---
  52.  
  53.      -ypos pos     Move by pos pixels in the y direction.
  54.            ---
  55.  
  56. REFERENCES
  57.      HP PaintJet XL Color Graphics Printer User's Guide
  58.  
  59. SEE ALSO
  60.      pnmdepth(1), ppmquant(1), ppmdither(1), ppm(5)
  61.  
  62. BUGS
  63.      Most of the options have not been tested because  of  the  price  of  the
  64.      paper.
  65.  
  66. AUTHOR
  67.      Copyright (C) 1991 by Christos Zoulas.
  68.  
  69.  
  70.  
  71.  
  72.  
  73.                                 13 July 1991                                 1
  74.  
  75.